runtime.fixalloc.alloc (method)
13 uses
runtime (current package)
malloc.go#L521: hint := (*arenaHint)(mheap_.arenaHintAlloc.alloc())
malloc.go#L588: hint := (*arenaHint)(mheap_.arenaHintAlloc.alloc())
malloc.go#L596: userArenaHint := (*arenaHint)(mheap_.arenaHintAlloc.alloc())
malloc.go#L695: hint := (*arenaHint)(h.arenaHintAlloc.alloc())
malloc.go#L698: hint = (*arenaHint)(h.arenaHintAlloc.alloc())
mcache.go#L89: c = (*mcache)(mheap_.cachealloc.alloc())
mfixalloc.go#L76: func (f *fixalloc) alloc() unsafe.Pointer {
mgc.go#L1757: s := (*specialReachable)(mheap_.specialReachableAlloc.alloc())
mheap.go#L1117: return (*mspan)(h.spanalloc.alloc())
mheap.go#L1123: pp.mspancache.buf[i] = (*mspan)(h.spanalloc.alloc())
mheap.go#L1944: s := (*specialfinalizer)(mheap_.specialfinalizeralloc.alloc())
mheap.go#L2001: s := (*specialprofile)(mheap_.specialprofilealloc.alloc())
pinner.go#L328: rec = (*specialPinCounter)(mheap_.specialPinCounterAlloc.alloc())
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |